home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / MT-ST / README.{__ < prev   
Text File  |  1999-09-17  |  1KB  |  30 lines

  1. This directory contains a mt program for Linux. This mt originates
  2. from BSD NET-2. Some Linux SCSI tape-specific ioctls have been added
  3. to the original source and the man page has been updated. Although
  4. this mt program is tailored for SCSI tape, it can also be used with
  5. the QIC-02 driver and hopefully with other Linux tape drivers using
  6. the same ioctls (some of the commands may not work with all drivers).
  7.  
  8. The files:
  9. README       - This file.
  10. Makefile     - Makefile for the mt program.
  11. mt.c         - The mt source.
  12. mt.1         - The man page for mt.
  13. mt           - mt compiled with GCC 2.7.2 and linked with shared ELF
  14.                5.3.12 libraries.
  15.  
  16. Changes since version 0.3:
  17. - support for the ioctls for partitioned tapes
  18. - compiles also with 1.2.13
  19. - the driver options can be specified also with keywords
  20. - floppy tape type is shown
  21. - (not working) support for other operating systems removed
  22. Changes since version 0.2:
  23. - support for new ioctls
  24. - accepts hexadecimal numbers with prefix 0x
  25. - the datcompression command improved (although it is being overrided
  26.   by the command compression using a new ioctl)
  27. - bus fixes
  28.  
  29. May 11, 1996  Kai Makisara (email Kai.Makisara@metla.fi)
  30.